projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f01c3
)
testheightforwidth: Add missing unref
author
Daniel Boles
<dboles@src.gnome.org>
Mon, 6 Mar 2017 20:57:17 +0000
(20:57 +0000)
committer
Daniel Boles
<dboles@src.gnome.org>
Mon, 6 Mar 2017 20:57:17 +0000
(20:57 +0000)
tests/testheightforwidth.c
patch
|
blob
|
history
diff --git
a/tests/testheightforwidth.c
b/tests/testheightforwidth.c
index 4eb2222f2ef207deac35fe4f78ceb9fc16cc3b60..cb76f19f18bac0b6e8237f7e24451bbcc6923819 100644
(file)
--- a/
tests/testheightforwidth.c
+++ b/
tests/testheightforwidth.c
@@
-939,7
+939,10
@@
test_clicked (GtkWidget *button,
{
g_printerr ("GtkBuilder for interface \"%s\" returned error \"%s\"\n",
interface->name, error->message);
+
g_error_free (error);
+ g_object_unref (builder);
+
return;
}